From 93d0efd7412532aa8c67f5c066155d90146ee016 Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Fri, 25 Nov 2016 23:27:58 +0000 Subject: [PATCH] patches: prepare deps for 0.15.0~dev --- debian/patches/clean-cargo-deps.patch | 29 ++++++++++++++++----------- 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/debian/patches/clean-cargo-deps.patch b/debian/patches/clean-cargo-deps.patch index 397df6d09..0326e7f9b 100644 --- a/debian/patches/clean-cargo-deps.patch +++ b/debian/patches/clean-cargo-deps.patch @@ -6,41 +6,46 @@ Description: Remove stage1 extra dependencies Forwarded: not-needed Index: cargo/Cargo.toml =================================================================== ---- cargo.orig/Cargo.toml 2016-08-14 21:44:57.968086257 +0000 -+++ cargo/Cargo.toml 2016-08-14 21:45:07.994531762 +0000 +--- cargo.orig/Cargo.toml 2016-11-25 23:14:50.854412390 +0000 ++++ cargo/Cargo.toml 2016-11-25 23:15:24.399062256 +0000 @@ -17,7 +17,7 @@ path = "src/cargo/lib.rs" [dependencies] --advapi32-sys = "0.1" -+#advapi32-sys = "0.1" - crates-io = { path = "src/crates-io", version = "0.2" } +-advapi32-sys = "0.2" ++#advapi32-sys = "0.2" + crates-io = { path = "src/crates-io", version = "0.4" } crossbeam = "0.2" - curl = "0.2" -@@ -30,7 +30,7 @@ - git2 = "0.4" - git2-curl = "0.4" + curl = "0.4" +@@ -29,7 +29,7 @@ + git2 = "0.6" + git2-curl = "0.7" glob = "0.2" -kernel32-sys = "0.2" +#kernel32-sys = "0.2" libc = "0.2" - libgit2-sys = "0.4" + libgit2-sys = "0.6" log = "0.3" -@@ -43,12 +43,12 @@ +@@ -44,16 +44,16 @@ term = "0.4.4" - toml = "0.1" + toml = "0.2" url = "1.1" -winapi = "0.2" +#winapi = "0.2" + [target.'cfg(unix)'.dependencies] + openssl = "0.9" + -[dev-dependencies] -hamcrest = "0.1" -bufstream = "0.1" -filetime = "0.1" +-cargotest = { path = "tests/cargotest" } +#[dev-dependencies] +#hamcrest = "0.1" +#bufstream = "0.1" +#filetime = "0.1" ++#cargotest = { path = "tests/cargotest" } [[bin]] name = "cargo" -- 2.30.2